From be8320a76466e848f7bbb0f7fd40f2f78ef451af Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 11 Mar 1993 07:02:11 +0000 Subject: [PATCH] * bytecomp.el: Declare suspend-hook to be an obsolete variable. --- lisp/emacs-lisp/bytecomp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7d48fbea291..331d51c779f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -2985,6 +2985,7 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" "use unread-command-events instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.") (make-obsolete-variable 'unread-command-event "use unread-command-events; this is now a list of events.") +(make-obsolete-variable 'suspend-hook 'suspend-hooks) (provide 'byte-compile) -- 2.30.2